internal/runtime/maps.Map.globalShift (field)
5 uses
internal/runtime/maps (current package)
map.go#L231: globalShift uint8
map.go#L316: m.globalShift = depthToShift(m.globalDepth)
map.go#L342: return hash >> (m.globalShift & 63)
map.go#L381: m.globalShift--
map.go#L644: m.globalShift = depthToShift(m.globalDepth)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |